home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / earth_ss / earth01.dfm / earth01.txt next >
Text File  |  1996-09-15  |  4KB  |  170 lines

  1. object f_ScreenSaver: Tf_ScreenSaver
  2.   Left = 305
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Earth Screen Saver'
  7.   ClientHeight = 245
  8.   ClientWidth = 326
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -17
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 120
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClick = FormClick
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnKeyPress = FormKeyPress
  23.   OnMouseMove = FormMouseMove
  24.   OnPaint = FormPaint
  25.   OnResize = FormResize
  26.   TextHeight = 16
  27.   object BackPanel: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 326
  31.     Height = 245
  32.     Align = alClient
  33.     TabOrder = 0
  34.     object Earth: TImage
  35.       Left = 268
  36.       Top = 147
  37.       Width = 48
  38.       Height = 75
  39.       Picture.Data = {<image000.bmp>}
  40.     end
  41.     object PR1: TLabel
  42.       Left = 106
  43.       Top = 179
  44.       Width = 105
  45.       Height = 16
  46.       Caption = 'Jacques Lemieux'
  47.       Font.Color = clWindowText
  48.       Font.Height = -13
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.     end
  53.     object PR2: TLabel
  54.       Left = 92
  55.       Top = 201
  56.       Width = 145
  57.       Height = 16
  58.       Caption = 'B∩┐╜luga Soft Informatique'
  59.       Font.Color = clWindowText
  60.       Font.Height = -13
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object Icon1: TImage
  66.       Left = 172
  67.       Top = -2
  68.       Width = 32
  69.       Height = 32
  70.       AutoSize = True
  71.       Picture.Data = {<image001.ico>}
  72.     end
  73.     object Icon2: TImage
  74.       Left = 207
  75.       Top = -2
  76.       Width = 32
  77.       Height = 32
  78.       AutoSize = True
  79.       Picture.Data = {<image002.ico>}
  80.     end
  81.     object Icon3: TImage
  82.       Left = 243
  83.       Top = -2
  84.       Width = 32
  85.       Height = 32
  86.       AutoSize = True
  87.       Picture.Data = {<image003.ico>}
  88.     end
  89.     object Icon4: TImage
  90.       Left = 278
  91.       Top = -2
  92.       Width = 32
  93.       Height = 32
  94.       AutoSize = True
  95.       Picture.Data = {<image004.ico>}
  96.     end
  97.     object SaveButton: TButton
  98.       Left = 195
  99.       Top = 75
  100.       Width = 110
  101.       Height = 33
  102.       Caption = 'Save && Return'
  103.       TabOrder = 0
  104.       OnClick = SaveButtonClick
  105.     end
  106.     object FastCheckbox: TCheckBox
  107.       Left = 23
  108.       Top = 31
  109.       Width = 107
  110.       Height = 17
  111.       Caption = 'Move Faster'
  112.       TabOrder = 1
  113.     end
  114.     object ShowSkyCheckBox: TCheckBox
  115.       Left = 23
  116.       Top = 57
  117.       Width = 129
  118.       Height = 17
  119.       Caption = 'Display Stars'
  120.       TabOrder = 2
  121.       OnClick = ShowSkyCheckBoxClick
  122.     end
  123.     object UseColorsCheckBox: TCheckBox
  124.       Left = 23
  125.       Top = 82
  126.       Width = 143
  127.       Height = 17
  128.       Caption = 'Use Colored Stars'
  129.       TabOrder = 3
  130.     end
  131.     object UseMoreStarsCheckBox: TCheckBox
  132.       Left = 23
  133.       Top = 108
  134.       Width = 130
  135.       Height = 17
  136.       Caption = 'Use More Stars'
  137.       TabOrder = 4
  138.     end
  139.     object TransparentCheckBox: TCheckBox
  140.       Left = 23
  141.       Top = 133
  142.       Width = 145
  143.       Height = 17
  144.       Caption = 'Transparent Earth'
  145.       TabOrder = 5
  146.     end
  147.     object ExitButton: TButton
  148.       Left = 195
  149.       Top = 33
  150.       Width = 110
  151.       Height = 33
  152.       Caption = 'Save && Exit'
  153.       TabOrder = 6
  154.       OnClick = ExitButtonClick
  155.     end
  156.   end
  157.   object TimerEarth: TTimer
  158.     Enabled = False
  159.     Interval = 100
  160.     OnTimer = TimerEarthTimer
  161.     Left = 285
  162.     Top = 173
  163.   end
  164.   object TimerIcon: TTimer
  165.     OnTimer = TimerIconTimer
  166.     Left = 137
  167.     Top = 2
  168.   end
  169. end
  170.